home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN10PlaySound < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.6 KB  |  41 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #10:    PlaySound
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    Play.asm
  11.                    Plays.Init.asm
  12.                    MOOF.sound
  13.                    Full.Build
  14.                    Build
  15.                    Build.Macros 
  16.  
  17. MPW Components:    PlaySound.Aii
  18.                    PlaySound.Init.Aii
  19.                    MakeFile
  20.  
  21. This sample program demonstrates how to use the Apple IIGS freeform sound 
  22. playback capability.  It can be used to test digitized sound files which have 
  23. been ported to the Apple IIGS .
  24. _____________________________________________________________________________
  25.  
  26. The PlaySound window includes buttons for loading and playing digitized sound 
  27. files.  The user can adjust the frequency and amplitude of the sample sound.  
  28. The files listed in response to clicking on the Load button are not limited to 
  29. sound files, because existing third-party Apple IIGS sound applications use 
  30. different file types for saving sound samples.  MOOF.sound can be used to 
  31. experiment with PlaySound's features.
  32.  
  33. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  34. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  35. Build.Macros allow you to perform complete or partial rebuilds of the load 
  36. file PlaySound.
  37.  
  38. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  39. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  40. found in the MakeFile.
  41.